Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple CI #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ChillerDragon
Copy link

This mix of an issue and a pullrequest. This pr ensures a simple install and import of this package does not fail.

Which sadly currently it does:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/runner/work/MongoDBProxy/MongoDBProxy/mongo_proxy/__init__.py", line 1, in <module>
    from .mongodb_proxy import MongoProxy
  File "/home/runner/work/MongoDBProxy/MongoDBProxy/mongo_proxy/mongodb_proxy.py", line 58, in <module>
    from pymongo import Connection, ReplicaSetConnection
ImportError: cannot import name 'Connection' from 'pymongo' (/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/pymongo/__init__.py)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant